Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape[],Double,Boolean)
The drawing objects to process.
The angle that drawing object's rotation will be added.


In This Topic
    ShapeActionsCommand Constructor(Shape[],Double,Boolean)
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal drawingObjects() As Shape, _
       ByVal rotationOffset As Double, _
       Optional ByVal isRightToLeft As Boolean _
    )
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim rotationOffset As Double
    Dim isRightToLeft As Boolean
     
    Dim instance As New ShapeActionsCommand(drawingObjects, rotationOffset, isRightToLeft)
    public ShapeActionsCommand( 
       Shape[] drawingObjects,
       double rotationOffset,
       bool isRightToLeft
    )

    Parameters

    drawingObjects
    The drawing objects to process.
    rotationOffset
    The angle that drawing object's rotation will be added.
    isRightToLeft
    See Also